From 85b4eef0047d762208b372339d46c65f1f03a6f0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 May 2015 21:26:09 -0400 Subject: [PATCH] icon theme: Fix compiler warnings Fix warnings due to -Wdeclaration-after-statement and -Wshadow. --- gtk/gtkicontheme.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index f47a95622a..c2ca2da1b8 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -1837,7 +1837,6 @@ real_choose_icon (GtkIconTheme *icon_theme, static gboolean check_for_default_theme = TRUE; gchar *default_theme_path; gboolean found = FALSE; - guint i; if (check_for_default_theme) { -- 2.30.2